Method: Resque::Stat#<<

Defined in:
lib/resque/stat.rb

#<<(stat) ⇒ Object

Increments a stat by one.



31
32
33
# File 'lib/resque/stat.rb', line 31

def <<(stat)
  incr stat
end